home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / extras / vtune / vtsys / checker.bat < prev    next >
DOS Batch File  |  1999-08-05  |  429b  |  15 lines

  1. @ECHO OFF
  2. ECHO . Directions for using Checker.  An Installation Verifier.
  3.  
  4. ECHO . checker.* files must be in the same location as the setup.exe
  5. ECHO . file.  If testing a CD installation, copy the CD contents
  6. ECHO . to a hard drive, and then run this script with setup.exe
  7.  
  8. ECHO . Once you have run Checker, mail the log file (c:\vtunecheck.txt)
  9. ECHO . to your support personnel.
  10.  
  11. @ECHO ON
  12. pause
  13.  
  14. setup -ICHECKONLY
  15.